home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Album_8_Go AX.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  184 b   |  9 lines

  1. on mouseDown
  2.   repeat with x = 2 to 13
  3.     set the visible of sprite x to 1
  4.   end repeat
  5.   set ParLa to label("Panneau 4") - 1
  6.   set ParLa to ParLa + (the clickOn * 2)
  7.   go(ParLa)
  8. end
  9.